delete undefined declaration. (#1165)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 29 Aug 2023 00:26:11 +0000 (18:26 -0600)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 00:26:11 +0000 (18:26 -0600)
The declaration appeared in 6a9a05864, 7/25/2011, without a definition
or usage.

garmin_fs.h

index 1d9fd348e713a59271bcc25268e57312a14c709d..25d3bbb18c752844d7f95de8a4b910b8b00bd2a0 100644 (file)
@@ -219,7 +219,6 @@ public:
 garmin_fs_t* garmin_fs_alloc(int protocol);
 void garmin_fs_destroy(void* fs);
 void garmin_fs_copy(void** dest, const void* src);
-char* garmin_fs_xstrdup(const char* src, size_t size);
 
 /* for GPX */
 void garmin_fs_xml_convert(int base_tag, int tag, const QString& qstr, Waypoint* waypt);